
* {
 box-sizing: border-box;
}

body {
  margin:0;
}

#topNav {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  z-index: 3;
}
.navbar {
  overflow: hidden;
  background-color:  rgb(25, 45, 90);
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  height: 3.5rem;
}
  
.phoneMenu {
  display: none;
  color:whitesmoke;
  font-size: 1.4rem;
  font-weight: bold;
}

.logo {
  float: left;
  display: block;
  width: 8%;
  background-color:  rgb(25, 45, 90);
}
.logo img {
    width: 9rem;
    height: auto;
    margin-left: 20%;
    margin-top: 0.44rem;
    border-radius: 4px;
}

.nophone-contanier {
  float: left;
  /* width: 90%; */
  padding-left: 9rem;
}

.noPhone {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.noPhone a {
  height: 3.5rem;
  float: left;
  display: block;
  color: whitesmoke;
  text-align: center;
  padding: 1.2rem 0.9rem;
  text-decoration: none;
  font-size: 1.1rem;
  transition: background 0.5s, color 0.5s;
}
.yazici {
  padding-bottom: 1rem !important;
  padding-top: 0.95rem !important;
  cursor: pointer;
}

.leftNavbar {
  display: none;
  margin-bottom: 1rem;
}
.leftNavbar a {
  display: block;
  color: rgb(25, 45, 90);
  text-align: left;
  margin-left: 1.2rem;
  width: 14rem;
  padding: 0.2rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
}
.leftNavbar a:hover {
  background-color: rgb(233, 66, 50);
}

/*  */

.navbar .active {
 background-color: rgb(233, 66, 50);
 color: whitesmoke;
}
.navbar a:hover:not(.active) {
  background: whitesmoke;
  color: rgb(25, 45, 90);
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 4;
  top: 0;
  left: max(calc((100% - 1200px) / 2), 0px) ;
  background-color: rgb(220, 220, 220);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.marka {
  padding: 0.1rem 0.1rem 0.1rem 0.5rem;
  margin-top: 0.1rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  background-color: rgb(200, 200, 200);
  color: rgb(25, 45, 90);
  display: block;
  transition: 0.3s;
  width: 16rem;
}
.marka:hover {
  color: rgb(233, 66, 50);
}

.marka-group a {
    font-size: 1rem;
    margin-left: 0.5rem;
    padding: 0.05rem 0.05rem 0.05rem 0.5rem;
    text-decoration: none;
    color: rgb(25, 45, 90);
    display: block;
    transition: 0.3s;
}
.marka-group a:hover {
  /* color: rgb(25, 45, 90); */
  color: rgb(233, 66, 50);
  font-weight: bolder;
}

.sub-marka-group a {
    font-size: 1rem;
    margin-left: 1.5rem;
    padding: 0.05rem 0.05rem 0.05rem 0.5rem;;
    text-decoration: none;
    color: rgb(25, 45, 90);
    display: block;
    transition: 0.3s;
}
.sub-marka-group a:hover {
  /* color: rgb(25, 45, 90); */
  color: rgb(233, 66, 50);
  font-weight: bolder;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 1.5rem;
  font-size: 2.2rem;
  font-weight: bold;
  margin-left: 3rem;
  text-decoration: none;
  color: rgb(25, 45, 90);
}

footer {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%; 
}
footer div {
  background-color:  rgb(25, 45, 90);
  height: 2rem;
  padding-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
footer p {
  color: whitesmoke;
  font-size: 1rem;
  text-align: center;
  display: inline-block;
  margin: 0;
}
footer a {
  color: whitesmoke;
}
footer p:nth-child(1) {
  width: 40%; 
  margin-left: 9%;
}
footer p:nth-child(2) {
  width: 20%; 
}
footer p:nth-child(3) {
  width: 20%; 
  margin-right: 9%;
}

.pri-policy-bar {
  overflow: hidden;
  text-align: center;
  background-color:  rgb(220, 220, 220);
  position: fixed;
  bottom: 0;
  left: max(calc((100% - 1200px) / 2), 0px) ;
  z-index: 4;
  width: 100%;
  max-width: 1200px;
  height: 0rem;
  padding-top: 1rem 2rem;
  margin-left: auto;
  margin-right: auto;
  transition: 1s;
}
.pri-policy-bar a {
  color: blue;
}
button {
  font-size: 1rem;
}
button:hover {
  color: rgb(233, 66, 50);
}

/* Adres Bilgilendirmesi */

#address {
  display: none;
  overflow: hidden;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 3rem;
  z-index: 11;
  width: 100%;
  height: 100%;
}
.address {
  text-align: center;
  overflow: auto;
  width: 100;
  height: 100%;
  max-width: 800px;
  max-height: 500px;
  margin: auto;
  padding: 2rem;
  background-color: rgb(250, 100, 100);
}
#addressbtn {
  color: rgb(25, 45, 90);
  font-size: 3rem;
  float: right;
}
#addressbtn:hover {
  color: whitesmoke;
}
